EncryptionMethod Enumeration |
Specifies methods to be used to obtain a usable encryption key.
Namespace:
Independentsoft.Sip.Sdp
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic enum EncryptionMethod
Public Enumeration EncryptionMethod
Members|
| Member name | Value | Description |
|---|
| Clear | 0 |
The encryption key is untransformed.
|
| Base64 | 1 |
The encryption key is base64 encoded.
|
| Uri | 2 |
The URI refers to the data containing the key.
|
| Prompt | 3 |
The encryption key is not included. The user should be prompted for the key when attempting to join the session.
|
See Also